home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1069 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  167 b   |  10 lines

  1. stop();
  2. this.cacheAsBitmap = true;
  3. onEnterFrame = function()
  4. {
  5.    if(this.hitTest(_parent._parent.man.hitfk))
  6.    {
  7.       _parent._parent.nextFrame();
  8.    }
  9. };
  10.